home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / 5textre.helpendn < prev    next >
Text File  |  1991-10-23  |  2KB  |  24 lines

  1. +-----------------------------------------------------------------------------+
  2. |                        TEXT1 \textreferencestyle COMMAND                    |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The  \textreferencestyle  command  is  always  used  in  conjunction  with  the
  6. \endnoteformat  (\enf) command,  and  will determine  the  style  in which  the
  7. endnote reference numbers within the text  are printed.  There are six possible
  8. text numbering styles:                                                         
  9.        \textreferencestyle{1}    for numbered endnotes "1, 2, 3, ..."          
  10.        \textreferencestyle{[1]}  for numbered endnotes "[1], [2], ..."         
  11.        \textreferencestyle{(1)}  for numbered endnotes "(1), (2), (3), ..."    
  12.        \textreferencestyle{a}    for lettered endnotes "a, b, c, ..."          
  13.        \textreferencestyle{[a]}  for lettered endnotes "[a], [b] ..."          
  14.        \textreferencestyle{(a)}  for lettered endnotes "(a), (b), (c), ..."    
  15.                                                                                
  16. The format for the \textreferencestyle command is:                             
  17.                                                                                
  18.           \endnoteformat{                                                      
  19.           \textreferencestyle{xx}                                              
  20.           }                                                                    
  21.                                                                                
  22. Where "xx" is one of the six valid style designations given above.  The default
  23. is \textreferencestyle{[1]}.                                                   
  24.